diff options
Diffstat (limited to 'web/src/app/api/auth/[...nextauth]/route.js')
| -rw-r--r-- | web/src/app/api/auth/[...nextauth]/route.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/src/app/api/auth/[...nextauth]/route.js b/web/src/app/api/auth/[...nextauth]/route.js new file mode 100644 index 0000000..5951f83 --- /dev/null +++ b/web/src/app/api/auth/[...nextauth]/route.js @@ -0,0 +1,2 @@ +import { handlers } from "@/lib/auth" +export const { GET, POST } = handlers |
